home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / jpegsrc4.zip / MAKCJPEG.ST < prev    next >
Text File  |  1992-12-07  |  1KB  |  38 lines

  1. ; Project file for Independent JPEG Group's software
  2. ;
  3. ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
  4. ; Thanks to Frank Moehle (Frank.Moehle@arbi.informatik.uni-oldenburg.de)
  5. ; and to Dr. B. Setzepfandt (bernd@gina.uni-muenster.de).
  6. ;
  7. ; To use this file, rename it to CJPEG.PRJ.
  8. ; If you are using Turbo C, change filenames beginning with "PC..." to "TC..."
  9. ; Read SETUP instructions before trying to make the program!
  10. ;
  11. ;
  12. ;      * * * Output file * * *
  13. cjpeg.ttp
  14. ;
  15. ;      * * * DEFINES * * * 
  16. .C[-DHAVE_STDC]
  17. .C[-DINCLUDES_ARE_ANSI]
  18. .C[-DNEED_SIGNAL_CATCHER]  ; It's safer to have a signal catcher.
  19. .C[-DTWO_FILE_COMMANDLINE] ; If you like the UNIX - style with
  20.                            ; I/O redirection, comment this line out.
  21. .C[-DPROGRESS_REPORT]      ; This enables the % progress indicator
  22. ;
  23. ; * * * COMPILER OPTIONS * * *  
  24. .C[-P]        ; absolute calls
  25. .C[-M]        ; and no string merging, folks
  26. .C[-w-par]    ; no "parameter xxxx unused"
  27. .C[-DINCOMPLETE_TYPES_BROKEN] ; suppress warnings about undefined structures
  28. .C[-wsig]     ; warn if significant digits may be lost
  29. .C[-w-cln]    ; no "constant is long" warnings
  30. =
  31. ; * * * * List of modules * * * * 
  32. PCSTART.O
  33. jcmain.c        (jinclude.h,jconfig.h,jpegdata.h,jversion.h)
  34. JPEG.LIB           ; built by LIB_JPEG.PRJ
  35. ;PCFLTLIB.LIB      ; floating point library -- you shouldn't need this
  36. PCSTDLIB.LIB       ; standard library
  37. PCEXTLIB.LIB       ; extended library
  38.